home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / prg_casm / pcl4c60.zip / SIMPLE._M_ < prev    next >
Text File  |  1996-09-18  |  235b  |  13 lines

  1. #
  2. # Microsoft makefile for SIMPLE.C ( small model )
  3. #
  4. # To make: NMAKE SIMPLE._M_
  5. #
  6. .c.obj:
  7.      cl /AS /c $*.c
  8.  
  9. simple.exe: simple.obj pcl4c_s.lib
  10.      link/map simple ,simple,,pcl4c_s.lib;
  11.  
  12. simple.obj: simple.c pcl4c.h
  13.